--------------M93R CUSTOM
<!-- SEMI-AUTO PISTOL (cz75) -->
	<weapon type="EPISODIC_7">
		<data slot="HANDGUN" firetype="INSTANT_HIT" damagetype="BULLET" group="PISTOL_SMALL" targetrange="50.0" weaponrange="55.0" clipsize="20" ammomax="1200" timebetweenshots="333">
			<damage base="20" networkplayermod="3.0" networkpedmod="1.0"/>
			<physics force="30.0"/>
			<reload time="2000" fasttime="2000" crouchtime="2000"/>

			<aiming accuracy="0.4" 
				<offset x="0.15" y="1.0" z="0.55"/>
				<crouchedoffset x="0.2" y="1.0" z="0.05"/>
				<reticule standing="0.65" ducked="0.55" scale="0.3"/>
			</aiming>

			<pickup regentime="120000" ammoonstreet="40"/>

			<controller>
				<rumble duration="110" intensity="0.02"/>
			</controller>

			<flags>
				<flag>GUN</flag>
				<flag>CAN_AIM</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
			</flags>
		</data>

		<assets model="w_e1_cz75">
			<anim group="gun@cz75" meleegroup1="firearm_core">
				<rates firerate="2.9" blindfirerate="2.9"/>
			</anim>

			<effects>
				<muzzle fx="muz_pistol_cz75"/>
				<shell fx="weap_ejected_pistol_cz75"/>
			</effects>
		</assets>
	</weapon>
